home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacWT 0.9 / wt Mac Source / WT Headers.pch < prev   
Encoding:
Text File  |  1995-10-23  |  699 b   |  37 lines  |  [TEXT/CWIE]

  1. /*
  2. ** File:        WT Headers.pch
  3. **
  4. ** Written by:    Bill Hayden
  5. **                Nikol Software
  6. **
  7. ** Copyright © 1995 Nikol Software
  8. ** All rights reserved.
  9. */
  10.  
  11.  
  12. /*
  13.  *    Support for automatically naming the precompiled header file…
  14.  */
  15.  
  16. #if __POWERPC__
  17.     #pragma precompile_target "WT Headers PPC"
  18. #elif __CFM68K__
  19.     #pragma precompile_target "WT Headers CFM68K"
  20. #else
  21.     #pragma precompile_target "WT Headers 68K"
  22. #endif
  23.  
  24. #define    SystemSevenOrLater            1
  25.  
  26. #define STRICT_CONTROLS             1
  27. #define STRICT_WINDOWS                 0
  28. #define STRICT_MENUS                 1
  29.  
  30. // We're up-to-date with respect to the new naming conventions
  31.  
  32. #define OLDROUTINENAMES                0    
  33. #define OLDROUTINELOCATIONS            0
  34. #define CGLUESUPPORTED                0
  35.  
  36. #include <MacHeaders.c>
  37.